Skip to content

fix: workaround for os module using wrong path separator when cross compiling#62

Merged
richard-ramos merged 1 commit intomainfrom
static-read-fix
Feb 16, 2026
Merged

fix: workaround for os module using wrong path separator when cross compiling#62
richard-ramos merged 1 commit intomainfrom
static-read-fix

Conversation

@richard-ramos
Copy link
Member

cc: @tersec

@richard-ramos richard-ramos requested a review from a team as a code owner February 13, 2026 16:09
@richard-ramos richard-ramos requested review from Copilot, gmelodie and vladopajic and removed request for a team February 13, 2026 16:09
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to fix cross-compilation issues where Nim’s os path handling uses the target platform’s path separator, causing build-time file access problems (notably around Windows ASM handling).

Changes:

  • Adjusts how the MD5 hash for cached NASM object rebuilds is computed in the Windows ASM build step.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings February 13, 2026 16:35
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@richard-ramos richard-ramos merged commit 21bc920 into main Feb 16, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants